Byte[][…] = … (gb)

Dim hByteArray As Byte[]
Dim aByte As Byte
hByteArray [ Index As Integer, ... ] = aByte

Modifies the value stored in the array at the specified index.